# invalid member!

if a nix webring prev or next link led you here it means that website isn't part of the webring yet!

this can be because of a few reasons listed below together with some troubleshooting tips if you're the owner of that website and are trying to join the nix webring

click here to go back to the nix webring


the nix webring expects the prev and next links to be in the following formats:

where <name> is the name you used in webring.nix

this is case sensitive! e.g. poz and Poz are treated as 2 different names

double check that your name in webring.nix matches the name you used in the nix webring links on your website exactly

example:

# webring.nix
[
  # ...
  { name = "NixLover2137"; site = "https://example.org/nixlover"; }
  # ...
]
# https://example.org/nixlover
<!-- ... -->
<a href="https://nixwebr.ing/prev/NixLover2137">prev</a>
<a href="https://nixwebr.ing/">nix webring</a>
<a href="https://nixwebr.ing/next/NixLover2137">next</a>
<!-- ... -->


# your PR hasn't been merged

this one is on me, I try to check both codeberg and github PRs from time to time but sometimes I forget to do so or don't have time

# how do I get my PR merged?

if you think I missed your PR or want to know an approximate time when I'm able to merge it, feel free to contact me personally - outside of this, there's nothing else for you to do


# other issues

it's possible this site doesn't cover all of the issues that can stop you from joining the nix webring - if you think that's the case please let me know and I'll do my best to figure something out